home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CBASE102.ARJ / ROLODECK.RME < prev   
Text File  |  1991-09-23  |  3KB  |  105 lines

  1. ----------------------------------------------------------------------
  2. | Citadel                                                            |
  3. | 241 East Eleventh Street * Brookville, IN 47012 * 317-647-4720     |
  4. |                                               BBS 317-647-2403     |
  5. ----------------------------------------------------------------------
  6.  
  7. The following files are obtained by decompressing rolodeck.zip:
  8.  
  9. rolodeck.rme  preliminary information
  10. rlsnotes.txt  release notes
  11. makefile      UNIX makefile
  12.  install.bat  DOS installation batch file
  13. rolodeck.c    rolodeck source code
  14. rolodeck.ddl  rolodeck data definition source
  15. rolodeck.h    rolodeck data definition header
  16. rolodeck.i    rolodeck data definition includer
  17.   basstr.h    BASIC string function header
  18.    cvtss.c    string conversion function
  19.   fdcset.c    DOS function to set file descriptor count
  20.      fml.c    name format conversion functions
  21.     ansi.c    ANSI routines required by cbase
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.                                                      Citadel  91/09/23
  53. ----------------------------------------------------------------------
  54. | rolodeck - a cbase example program                                 |
  55. | Version 1.0.2                                                      |
  56. ----------------------------------------------------------------------
  57.  
  58. ======================================================================
  59. INSTALLATION INSTRUCTIONS
  60.  
  61. ansi.c may require editing to compile.  It is recommended that any
  62. functions provided by the system be removed from this file.  If the
  63. compiler is fully ANSI, simply remove ansi.c from the makefile.
  64.  
  65. The supplied DOS batch file install.bat is written for Borland Turbo
  66. C, and will require some modification for use with other compilers.
  67. install.bat takes two arguments.  The first specifies the memory
  68. model, legal values for which are s, m, c, l, and h.  The second, if
  69. present, causes the reference manual to be extracted from the source
  70. code into the file rolodeck.man.
  71.  
  72.                                  UNIX
  73.      1. Install cbase.
  74.      2. Compile rolodeck.
  75.              $ make rolodeck
  76.      3. Extract and print the reference manual.
  77.              $ make man
  78.              $ lp rolodeck.man
  79.  
  80.                                  DOS
  81.      1. Install cbase.
  82.      2. If necessary, modify install.bat for the C compiler
  83.         being used.
  84.      3. Compile rolodeck, and extract and print the reference manual.
  85.              > install l x
  86.              > print rolodeck.man
  87.  
  88. ======================================================================
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.                                                      Citadel  91/09/23
  105.